#
#  test
#  Enhydra Application Makefile
#
#

#
#  Where is the root of the source tree?
#
ROOT = ../../../..

#
#  What package does this directory represent? (use / instead of .)
#
PACKAGEDIR = de/kxml/io

#
# To add new directories, create the directories and add their names
# this list. Be sure to copy a Makefile into each directory. Then add a
# "../" to the ROOT = ../../../..
# the PACKAGEDIR variable.
#
SUBDIRS = 


#
# To add more Java classes, create the .java files and add their names to
# this list (without the .java extension).
#
CLASSES = 				\
	AbstractXmlWriter 		\
	LookAheadReader			\
	ParseException			\
	XmlWriter			\




include $(ROOT)/config.mk



